home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK1642.ZIP / TROUBLE.BAT < prev   
DOS Batch File  |  1989-02-14  |  2KB  |  25 lines

  1. ECHO OFF
  2. CLS
  3. ECHO   ╔════════════════════════════════════════════════════════════════════╗
  4. ECHO   ║  TROUBLE STARTING UP:  When a Poker Challenge program (.EXE file)  ║
  5. ECHO   ║  starts up, it assumes that your computer is IBM-compatible.  If   ║
  6. ECHO   ║  when the program starts, it doesn't do anything, or "hangs" your  ║
  7. ECHO   ║  computer, your computer isn't "compatible" enough.  You may still ║
  8. ECHO   ║  be able to run the program, however, by starting it as follows:   ║
  9. ECHO   ║                                                                    ║
  10. ECHO   ║    1)  Enter "FILENAME -S".  Try this if the program "hanged"      ║
  11. ECHO   ║        your computer or nothing showed on screen.  The "-S"        ║
  12. ECHO   ║        command-line parameter prevents the program from writing    ║
  13. ECHO   ║        directly to the screen RAM addresses.                       ║
  14. ECHO   ║    2)  Enter "FILENAME -N".  Try this if the program started,      ║
  15. ECHO   ║        you saw a sign-on screen, but nothing else happened when    ║
  16. ECHO   ║        you pressed a key to go on.  The "-N" prevents the pro-     ║
  17. ECHO   ║        gram from using sound effects.                              ║
  18. ECHO   ║    3)  Enter "FILENAME -S -N".  This invokes #1 and #2.            ║
  19. ECHO   ║                                                                    ║
  20. ECHO   ║  The "FILENAME" is either "7STUD" or "HOLDEM".                     ║
  21. ECHO   ║                                                                    ║
  22. ECHO   ║  The command-line parameters "-S" and "-N" work with the help-file ║
  23. ECHO   ║  reader (README.EXE) too:  for example, enter "README -S".         ║
  24. ECHO   ╚════════════════════════════════════════════════════════════════════╝
  25.